home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
pack2.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-24
|
338 b
|
11 lines
;; Basic geometry management with the packer (fill and expand options)
(label '.l4 :text "Label #4" :background "red")
(label '.l5 :text "Label #5" :background "blue")
(label '.l6 :text "Label #6" :background "green")
(pack .l4 :side "top" :fill "both")
(pack .l5 :side "left" :fill "both")
(pack .l6 :side "bottom" :fill "both")